A. Deep cloning
B. Shallow cloning
C. Both of above
D. None of above
Advertisement
Related Mcqs:
- Object which can store group of other objects is called___________________?
- A. Package B. Wrapper C. Java object D. Collection object...
- The object is created with “new” keyword ?
- A. At Compile-time B. At run-time C. Depends on the code D. None of these...
- Converting a primitive type data into its corresponding wrapper class object instance is called ________________?
- A. boxing B. wrapping C. autoboxing D. instantiation...
- Which metrhods are utilized to control the access to an object in multi threaded programming ?
- A. Synchronized methods B. Asynchronized methods C. Serialized methods D. None of above...
- Process of creating exact copy of the existing object is called_______________?
- A. overloading B. overriding C. cloning D. coping...
- How many transaction isolation levels are defined in java.sql.Connection interface ?
- A. 6 B. 2 C. 5 D. 3...
- Which method of the Applet class displays the result of applet code on screen ?
- A. paint() method B. main() method C. run() method D. drawString() method...
- Which among following classes is not part of Java’s collection framework ?
- A. Stack B. Maps C. Queue D. Array...
- Size of float and double in Java is________________?
- A. 32 and 64 B. 64 and 64 C. 32 and 32 D. 64 and 32...
- Why we use array as a parameter of main method_________________?
- A. Can store multiple values B. It is syntax C. Both of above D. None of above...
Advertisement